home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / csurface.6 < prev    next >
Text File  |  1996-07-16  |  623b  |  23 lines

  1. .TH CSURFACE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CSURFACE
  5.  
  6.  
  7.  
  8.  CurveType CSURFACE( SurfaceType Srf, ConstantType Direction,
  9.                                                           NumericType Param )
  10.  
  11. Extract an isoparametric curve out of Srf in the specified
  12. Direction (ROW or COL) at the specified parameter value Param.
  13. Param must be contained in the parametric domain of Srf in
  14. Direction direction.
  15. The returned curve is in the surface Srf.
  16.  
  17. Example:
  18.  
  19.     Crv = CSURFACE( Srf, COL, 0.45 ); 
  20.  
  21. extracts an isoparametric curve in the COLumn direction at the parameter
  22. value of 0.15 from surface Srf. See also CMESH, COMPOSE.
  23.